listbox: Don't assume that row child == focus widget
authorTimm Bäder <mail@baedert.org>
Tue, 16 Jan 2018 14:12:24 +0000 (15:12 +0100)
committerTimm Bäder <mail@baedert.org>
Wed, 17 Jan 2018 20:57:19 +0000 (21:57 +0100)
commitcb0d2616ff78b4618334edba61d6d97dda767d23
tree2b911f67d156c8cbd56947899219005de943d4fb
parent229ef9d7767906a05dab96a826c8813cd311067b
listbox: Don't assume that row child == focus widget

With widgets supporting child widgets and custom GtkListBoxRow
subclasses, this might not be true.
gtk/gtklistbox.c